Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fp 51 #90

Merged
merged 11 commits into from
May 3, 2023
Merged

Feature/fp 51 #90

merged 11 commits into from
May 3, 2023

Conversation

MichielVrins
Copy link
Contributor

No description provided.

Comment on lines 106 to 109
case .get: return HTTPMethod.get
case .post: return HTTPMethod.post
case .delete: return HTTPMethod.delete
case .put: return HTTPMethod.put
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is HTTPMethod object required here? .get etc is not enough?

}
}
}

private extension ResourcesHandler {
func generateONGResourceRequest(_ details: OWRequestDetails) -> ONGResourceRequest {
Logger.log("generateONGResourceRequest", sender: self)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what happened to the logger?

@@ -24,52 +23,49 @@ class ResourcesHandler: FetchResourcesHandlerProtocol {
}
}

func authenticateUserImplicitly(_ profile: ONGUserProfile, scopes: [String]?, completion: @escaping (Result<Void, FlutterError>) -> Void) {
Logger.log("authenticateImplicitly", sender: self)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what happened to the logger?

@MichielVrins MichielVrins merged commit 88acd87 into develop May 3, 2023
@MichielVrins MichielVrins deleted the feature/FP-51 branch May 3, 2023 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants